projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28895ae
)
(auto-mode-alist): Treat .pm like .pl.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Jun 1996 08:21:49 +0000
(08:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Jun 1996 08:21:49 +0000
(08:21 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 44b637f9ff1204fdfabd5fda4a12df320b4dada6..089a553ce589f701b0aa6ecbc504a6cfafde4378 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-939,6
+939,7
@@
run `normal-mode' explicitly."
("\\.ad[abs]\\'" . ada-mode)
("\\.icn\\'" . icon-mode)
("\\.pl\\'" . perl-mode)
+ ("\\.pm\\'" . perl-mode)
("\\.cc\\'" . c++-mode)
("\\.hh\\'" . c++-mode)
("\\.C\\'" . c++-mode)